Skip to main content

All Questions

2votes
1answer
229views

IOS Automation How to Create Apple (Appstore Connect) Sandbox accounts Programatically?

Hi I am new to IOS automation and I have a scenario where we have to do an In-App purchase As for Testing these could be done by AppStore Connect Portal under User Access and create a Sandbox account ...
Vikki Lohana's user avatar
-2votes
2answers
476views

what is the return value for NoSuchElementException while finding an element by accessibility id?

I have written a test script in selenium. In it, I'm trying to find an element using accessibility id using the following code : someUIElement = self.driver.find_element_by_accessibility_id('some UI ...
Sriharsh Aditya's user avatar
1vote
1answer
94views

iOS UI Automation: assertion's error of text field (highlighted in red color) via CTAssertTrue

During the automation of the email's changing case, there was a problem with the assertion of the element " text field highlighted in red ". Can you please give some advices to assert this ...
seaSponge's user avatar
0votes
1answer
47views

Can Calabash be used as test tool only having ipa file?

Hello Stack Overflow community, I'm planning to develop a UI test automation for an iOS application. The problem is that I don't have access to the source code but only the finished ipa file of the ...
John's user avatar
0votes
1answer
160views

Can EarlGrey be used as test tool only having ipa file?

Hello Stack Overflow community, I'm planning to develop a UI test automation for an iOS application. The problem is that I don't have access to the source code but only the finished ipa file of the ...
John's user avatar
0votes
1answer
322views

When to use wait.until in Appium?

I just started developing a test automation for an iOS app using Appium. I have to click several buttons in the app one after another with different XPath/Accessability ids. I wondered, when to use ...
iOSAutomation's user avatar
1vote
0answers
62views

How to write XCUITests on CallKit in iOS?

Is it feasible to automate Call Kit in iOS devices? Our expectation is to launch 2 instances in parallel and need to check - "Triggering a call from one device and responding to the call in ...
Ramkumar M's user avatar
2votes
2answers
2kviews

What are the ways or tools available to inspect element in a Mac desktop application

We have firebug or chropath or inspect element methods to find locators of a web application. Similarly, how to identify element of a Mac desktop application (for example, iTunes desktop app)? ...
Harish Kannan's user avatar
-1votes
1answer
247views

How to handle data encryption in Ranorex?

I want to get encrypted-password from database for login in Android and iOS App. I've made Username and password as data binding and by setting password-variable to the textField, I want the password ...
Ghasem Tabatabaei's user avatar
0votes
1answer
538views

How to set username and password from database in Ranorex?

I'm new in Test automation and would like to start with Ranorex. I am willing to make iOS/Android App test automation. In App we have login-view, so that user has to input username and password to ...
Ghasem Tabatabaei's user avatar
0votes
0answers
374views

Is there a way to lock iPhone screen, then I can do testing on the lock screen and then unlock it again?

I have a test where I want to lock my iPhone device for some time until I finish testing on the phone lock screen and then unlock it again. I referred to this article on stack overflow iOS Automation ...
UserCS's user avatar
1vote
0answers
358views

iPad Pro Real Device is not listed in Katalon Studio devices

I have setup the environment and also ran xcodebuild but when I try to see my attached iPad Pro on devices list, I don't see it. As suggested in troubleshoot site, the command prints device ID. I have ...
C. T.'s user avatar
0votes
1answer
703views

xcuitest- Trying to tap on a link within a linklabel

I am trying to tap on a link within a link label. Using the recorder I have this code for the tap event let link = XCUIApplication().scrollViews.otherElements.links["link here"] link.tap() does not ...
punk_fusion92's user avatar
0votes
2answers
436views

Has anyone been able to overcome "unable to find device" error in the AWS Device Farm for iOS?

I'm trying to run some UI automation tests for iOS in the AWS Device Farm. However, I keep on getting the following error: error: Unable to find device The company I work for doesn't have the free ...
ldasilva's user avatar
2votes
3answers
14kviews

UI automation with excel

I am new to UI Automation. In my current organisation I was tasked with making an automated tool using GUI(Graphics User Interface) screen reading, but it is not working perfectly with other my ...
Dinesh Vilas Pawar's user avatar

153050per page
close